projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0a14e
)
golang: bump to 1.24.5
author
George Sapkin
<
[email protected]
>
Tue, 8 Jul 2025 19:05:33 +0000
(22:05 +0300)
committer
Tianling Shen
<
[email protected]
>
Thu, 10 Jul 2025 07:44:43 +0000
(15:44 +0800)
go1.24.5 (released 2025-07-08) includes security fixes to the go
command, as well as bug fixes to the compiler, the linker, the runtime,
and the go command.
Link:
https://github.com/golang/go/issues?q=milestone%3AGo1.24.5+label%3ACherryPickApproved
Signed-off-by: George Sapkin <
[email protected]
>
lang/golang/golang/Makefile
patch
|
blob
|
history
diff --git
a/lang/golang/golang/Makefile
b/lang/golang/golang/Makefile
index 361c9f55d38584a60cd7a57901582f054ba6bc1c..7aa203d3f24ce08577c455c7876d773474046f2d 100644
(file)
--- a/
lang/golang/golang/Makefile
+++ b/
lang/golang/golang/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.24
-GO_VERSION_PATCH:=
4
+GO_VERSION_PATCH:=
5
PKG_NAME:=golang
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH))
@@
-20,7
+20,7
@@
GO_SOURCE_URLS:=https://dl.google.com/go/ \
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
-PKG_HASH:=
5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4
+PKG_HASH:=
74fdb09f2352e2b25b7943e56836c9b47363d28dec1c8b56c4a9570f30b8f59f
PKG_MAINTAINER:=Jeffery To <
[email protected]
>
PKG_LICENSE:=BSD-3-Clause